home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / maya_miguel_global_groovin.swf / scripts / DefineButton2_73 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-27  |  275b  |  11 lines

  1. on(release){
  2.    _root.ilang = "english";
  3.    _root.intro.text.gotoAndStop(_root.ilang);
  4.    if(_root.intro.poppedup)
  5.    {
  6.       _root.intro.popups.gotoAndStop(_root.intro.popup + "_" + _root.ilang);
  7.    }
  8.    _root.output1 = _root.ilang;
  9.    gotoAndStop(_root.ilang);
  10. }
  11.